[issue41895] PyMethodDef does NOT have any fields contain context in embedded C

2020-09-30 Thread dexter
dexter added the comment: for example, there are some of shared libs, all these libs have a function named getList() exported. and getList() will return a list of names which also as a function name been exported. shared lib A export getList() -> return ["aaa", "bbb"] export aaa() export bbb

[issue41895] PyMethodDef does NOT have any fields contain context in embedded C

2020-09-30 Thread dexter
Change by dexter : -- title: PyMethodDef does NOT have any field contains context in embedded C -> PyMethodDef does NOT have any fields contain context in embedded C ___ Python tracker __