]> granicus.if.org Git - python/commit
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
authorBarry Warsaw <barry@python.org>
Wed, 8 Jun 2016 21:54:43 +0000 (17:54 -0400)
committerBarry Warsaw <barry@python.org>
Wed, 8 Jun 2016 21:54:43 +0000 (17:54 -0400)
commit118598a072be1ec8d6cbc3636cd514538a868152
treef35b2737564ff02ecd3e9211ec9f27db550d9d45
parent24f3a1829fe007915a93e9515cd28470dd8a00d9
parent480e28538d42b9cf8e8b2163bfa9e23e27b80793
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