File tree Expand file tree Collapse file tree
stdlib/@tests/stubtest_allowlists Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ urllib.response.addbase.write # Methods that come from __getattr__() at runtime
465465urllib.response.addbase.writelines # Methods that come from __getattr__() at runtime
466466
467467(pydoc.Doc.getdocloc)? # Runtime default is an installation-specific stdlib path.
468+ (hashlib.__all__)? # scrypt depends on how OpenSSL was built.
468469
469470_?weakref\.CallableProxyType\.__getattr__ # Should have all attributes of proxy
470471_?weakref\.(ref|ReferenceType)\.__init__ # C implementation has incorrect signature
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ tkinter.Tk.deletefilehandler # Methods that come from __getattr__() at runtime
4545
4646# These entries looks like a `setup-python` bug:
4747(dbm.gnu)?
48- (hashlib.__all__)?
4948(mmap.mmap.resize)?
5049(_?locale.bind_textdomain_codeset)?
5150(_?locale.bindtextdomain)?
You can’t perform that action at this time.
0 commit comments