Skip to content

Commit 462f297

Browse files
chore: Update pythonXY.def (#56)
1 parent 37348c4 commit 462f297

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libpypy3.10-c.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ _PyPyImport_AcquireLock
911911
_PyPyImport_ReleaseLock
912912
_PyPyList_Extend
913913
_PyPyLong_AsByteArrayO
914+
_PyPyLong_AsInt
914915
_PyPyLong_FromByteArray
915916
_PyPyLong_NumBits
916917
_PyPyLong_Sign

src/libpypy3.9-c.def

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,7 @@ _PyPyImport_AcquireLock
899899
_PyPyImport_ReleaseLock
900900
_PyPyList_Extend
901901
_PyPyLong_AsByteArrayO
902+
_PyPyLong_AsInt
902903
_PyPyLong_FromByteArray
903904
_PyPyLong_NumBits
904905
_PyPyLong_Sign

0 commit comments

Comments
 (0)