[3.4] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by zooba · Pull Request #5992 · python/cpython
So I'm skipping the test on 3.4, because the (older) CRT will abort the process on a buffer overrun with the newer methods. I've confirmed that it's definitely a safe abort, but we don't have any way to do this within the process or test suite, so skipping the test but leaving it in there as a reference seems like the best option.