Staging
v0.5.1
https://github.com/python/cpython
Revision 58f05ce059cc5207320fef27a9fbc0ffdc2b1d1a authored by Miss Islington (bot) on 12 February 2019, 01:09:22 UTC, committed by Giampaolo Rodola on 12 February 2019, 01:09:22 UTC
(cherry picked from commit a31f4cc881992e84d351957bd9ac1a92f882fa39)

Co-authored-by: RĂ©mi Lapeyre <remi.lapeyre@henki.fr>
1 parent 2259b5a
Raw File
Tip revision: 58f05ce059cc5207320fef27a9fbc0ffdc2b1d1a authored by Miss Islington (bot) on 12 February 2019, 01:09:22 UTC
bpo-35918: Remove broken has_key method and add test (GH-11819) (#11824)
Tip revision: 58f05ce
pyshellext_d.def
LIBRARY	"pyshellext_d"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top