Staging
v0.5.1
https://github.com/python/cpython
Revision c12440c371025bea9c3bfb94945f006c486c2c01 authored by Vinay Sajip on 12 January 2020, 08:54:00 UTC, committed by GitHub on 12 January 2020, 08:54:00 UTC
Although the underlying libffi issue remains open, adding these
checks have caused problems in third-party projects which are in
widespread use. See the issue for examples.

The corresponding tests have also been skipped.
1 parent 100fafc
Raw File
Tip revision: c12440c371025bea9c3bfb94945f006c486c2c01 authored by Vinay Sajip on 12 January 2020, 08:54:00 UTC
bpo-16575: Disabled checks for union types being passed by value. (GH-17960)
Tip revision: c12440c
pyshellext_d.def
LIBRARY	"pyshellext_d"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top