mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 07:06:55 +08:00
modulefinder: fix types for __init__, remove scan_opcodes from py35 (#3765)
* modulefinder: fix types * modulefinder: scan_opcodes isn't present in py35 * modulefinder: update whitelists * modulefinder: restore previous __init__ for py37 and below
This commit is contained in:
@@ -62,7 +62,6 @@ macpath.split
|
||||
macpath.splitdrive
|
||||
macpath.splitext
|
||||
mmap.ACCESS_DEFAULT
|
||||
modulefinder.ModuleFinder.scan_opcodes
|
||||
multiprocessing.context.BaseContext.reducer
|
||||
multiprocessing.shared_memory
|
||||
os.DirEntry
|
||||
|
||||
@@ -130,7 +130,6 @@ mmap.MADV_NOCORE
|
||||
mmap.MADV_NOSYNC
|
||||
mmap.MADV_PROTECT
|
||||
mmap.MADV_SOFT_OFFLINE
|
||||
modulefinder.ModuleFinder.__init__
|
||||
multiprocessing.pool.CLOSE
|
||||
multiprocessing.pool.RUN
|
||||
multiprocessing.pool.TERMINATE
|
||||
|
||||
Reference in New Issue
Block a user