Staging
v0.5.1
Revision c5c642565e260477ae2fb29d0c86a91e19702ae3 authored by Victor Stinner on 23 September 2019, 13:59:00 UTC, committed by GitHub on 23 September 2019, 13:59:00 UTC
Python now dumps path configuration if it fails to import the Python
codecs of the filesystem and stdio encodings.

(cherry picked from commit fcdb027234566c4d506d6d753c7d5638490fb088)
1 parent fe9089a
Raw File
pyshellext_d.def
LIBRARY	"pyshellext_d"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top