mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Fix several issues relating to access to source code inside zipfiles. Initial work by Alexander Belopolsky. See Misc/NEWS in this checkin for details.
This commit is contained in:
parent
3e16f3dd7f
commit
a2053475bb
10 changed files with 161 additions and 48 deletions
|
@ -16,6 +16,9 @@ from test import inspect_fodder2 as mod2
|
|||
# getclasstree, getargspec, getargvalues, formatargspec, formatargvalues,
|
||||
# currentframe, stack, trace, isdatadescriptor
|
||||
|
||||
# NOTE: There are some additional tests relating to interaction with
|
||||
# zipimport in the test_zipimport_support test module.
|
||||
|
||||
modfile = mod.__file__
|
||||
if modfile.endswith(('c', 'o')):
|
||||
modfile = modfile[:-1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue