]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31132: Remove prlimit permission test. (GH-9280)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 13 Sep 2018 22:13:55 +0000 (15:13 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 22:13:55 +0000 (15:13 -0700)
commit2b162941c0793e0dd5533ee3090901cba9d8cf7d
tree7daf6f1fa1171f2c0c8d96db8a81339d618239a5
parentb2a6aa32f34b6d77c15f175a9df7271a05519bf9
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
(cherry picked from commit 01e0afa994c2e840f85e2de103e72a2c0ddf1b1f)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
Lib/test/test_resource.py