Staging
v0.8.1
Revision 6bce8ace76dcd49a4c8fe4542a28abda0577bff3 authored by Miss Islington (bot) on 25 November 2017, 15:57:41 UTC, committed by Serhiy Storchaka on 25 November 2017, 15:57:41 UTC
`BUILD_MAP_UNPACK_WITH_CALL` was duplicated as the opcode for both var-positional and var-keyword arguments. The opcode for the former was updated as `BUILD_TUPLE_UNPACK_WITH_CALL`.
(cherry picked from commit 0c71653cb8231f176d02140fdef3706de2e93b9f)
1 parent db897b1
Raw File
pyshellext.def
LIBRARY	"pyshellext"
EXPORTS
  DllRegisterServer PRIVATE
  DllUnregisterServer PRIVATE
  DllGetClassObject PRIVATE
  DllCanUnloadNow PRIVATE
back to top