Skip to content

Commit 6bc2ec1

Browse files
Yhg1smeta-codesync[bot]
authored andcommitted
Add 3.15/patches/08-cinder-smelly-symbols to main.
Reviewed By: ambv Differential Revision: D114428040 fbshipit-source-id: 2e7fb8fe7f19d61948fee90312f3da6ecd5ee06c
1 parent b715693 commit 6bc2ec1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tools/build/smelly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
import sys
1414
import sysconfig
1515

16-
ALLOWED_PREFIXES = ('Py', '_Py')
16+
ALLOWED_PREFIXES = ('Py', '_Py', '_Ci_Py')
1717
if sys.platform == 'darwin':
18-
ALLOWED_PREFIXES += ('__Py',)
18+
ALLOWED_PREFIXES += ('__Py', '__Ci_Py')
1919

2020
# mimalloc doesn't use static, but it's symbols are not exported
2121
# from the shared library. They do show up in the static library

0 commit comments

Comments
 (0)