Staging
v0.8.1
https://github.com/python/cpython
Revision 6f415c48197d2ce86bce2a1cf34d3e7faa4ceb98 authored by Ned Deily on 12 March 2018, 19:44:21 UTC, committed by Ned Deily on 12 March 2018, 21:08:32 UTC
1 parent ee28cd5
Raw File
Tip revision: 6f415c48197d2ce86bce2a1cf34d3e7faa4ceb98 authored by Ned Deily on 12 March 2018, 19:44:21 UTC
Add macOS installer Conclusion file
Tip revision: 6f415c4
pyshellext.def
LIBRARY	"pyshellext"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top