]> granicus.if.org Git - python/commit
bpo-31132: Remove prlimit permission test. (GH-9280)
authorBenjamin Peterson <benjamin@python.org>
Thu, 13 Sep 2018 21:53:09 +0000 (14:53 -0700)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Sep 2018 21:53:09 +0000 (14:53 -0700)
commit01e0afa994c2e840f85e2de103e72a2c0ddf1b1f
tree5590ab34b1e332941184218d6950b1e3e9a061f8
parent84db4a9978069a98978e9cd7951d1a01d47e5286
bpo-31132: Remove prlimit permission test. (GH-9280)

This test is doesn't work when the test process is privledged, which is hard to detect.

https://bugs.python.org/issue34668
Lib/test/test_resource.py