mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Updated the warnings, linecache, inspect, traceback, site, and doctest modules
to work correctly with modules imported from zipfiles or via other PEP 302 __loader__ objects. Tests and doc updates are included.
This commit is contained in:
parent
7731dfdaad
commit
4703211080
10 changed files with 159 additions and 30 deletions
|
|
@ -30,6 +30,10 @@ Extension Modules
|
|||
Library
|
||||
-------
|
||||
|
||||
- The warnings, linecache, inspect, traceback, site, and doctest modules
|
||||
were updated to work correctly with modules imported from zipfiles or
|
||||
via other PEP 302 __loader__ objects.
|
||||
|
||||
- Patch #1467770: Reduce usage of subprocess._active to processes which
|
||||
the application hasn't waited on.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue