Skip to content

Commit a5f5bbf

Browse files
committed
Address macOS linker issue (fixes #956)
1 parent 7aa69a2 commit a5f5bbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/darwin-ld-cpython.sym

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,8 @@
501501
-U _PyObject_Format
502502
-U _PyObject_Free
503503
-U _PyObject_GetTypeData
504+
-U _PyObject_GetOptionalAttr
505+
-U _PyObject_GetOptionalAttrString
504506
-U _PyObject_GC_Del
505507
-U _PyObject_GC_IsFinalized
506508
-U _PyObject_GC_IsTracked

0 commit comments

Comments
 (0)