]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
authorBarry Warsaw <barry@python.org>
Wed, 8 Jun 2016 21:47:26 +0000 (17:47 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 8 Jun 2016 21:47:26 +0000 (17:47 -0400)
commit480e28538d42b9cf8e8b2163bfa9e23e27b80793
treebd028ce2b5a97755fc3aec27208fc0b2067ebe1a
parentfda4d67842a406d2fa285f929ddf890c2393e1c2
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
a negative number without setting an exception.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/fileio.c