Skip to content

Instantly share code, notes, and snippets.

@native-api
Created June 11, 2023 09:26
Show Gist options
  • Save native-api/91bf896b3980dbed515707269186694e to your computer and use it in GitHub Desktop.
Save native-api/91bf896b3980dbed515707269186694e to your computer and use it in GitHub Desktop.
% nm -g ./lib/python3.10/lib-dynload/_csv.cpython-310-darwin.so
U _PyArg_ParseTupleAndKeywords
U _PyArg_UnpackTuple
U _PyCallable_Check
U _PyDict_DelItem
U _PyDict_GetItemWithError
U _PyDict_Keys
U _PyDict_New
U _PyDict_SetItem
U _PyErr_Clear
U _PyErr_ExceptionMatches
U _PyErr_Format
U _PyErr_NoMemory
U _PyErr_Occurred
U _PyErr_SetString
U _PyExc_Exception
U _PyExc_KeyError
U _PyExc_SystemError
U _PyExc_TypeError
00000000000038d0 T _PyInit__csv
U _PyIter_Next
U _PyList_Append
U _PyList_New
U _PyLong_AsLong
U _PyLong_FromLong
U _PyLong_Type
U _PyMem_Free
U _PyMem_Realloc
U _PyModuleDef_Init
U _PyModule_AddIntConstant
U _PyModule_AddObjectRef
U _PyModule_AddStringConstant
U _PyModule_AddType
U _PyModule_GetState
U _PyNumber_Check
U _PyNumber_Float
U _PyObject_GC_Del
U _PyObject_GC_Track
U _PyObject_GC_UnTrack
U _PyObject_GetAttrString
U _PyObject_GetIter
U _PyObject_IsTrue
U _PyObject_SelfIter
U _PyObject_Str
U _PyObject_VectorcallDict
U _PyThreadState_Get
U _PyTuple_Pack
U _PyType_FromModuleAndSpec
U _PyType_IsSubtype
U _PyUnicode_DecodeASCII
U _PyUnicode_FindChar
U _PyUnicode_FromKindAndData
U _PyUnicode_FromOrdinal
U _PyUnicode_GetLength
U __PyLong_AsInt
U __PyObject_GC_New
U __PyObject_LookupAttrId
U __PyObject_MakeTpCall
U __PyType_GetModuleByDef
U __PyType_Name
U __PyUnicode_Ready
U __Py_CheckFunctionResult
U __Py_Dealloc
U __Py_NoneStruct
U ___stack_chk_fail
U ___stack_chk_guard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment