Initial Commit / Linux Combined Proof of Concept example
This commit is contained in:
commit
d0d2eae762
935 changed files with 155947 additions and 0 deletions
8
deps_linux/Python-3.11.1/cpython/fileutils.h
Normal file
8
deps_linux/Python-3.11.1/cpython/fileutils.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef Py_CPYTHON_FILEUTILS_H
|
||||
# error "this header file must not be included directly"
|
||||
#endif
|
||||
|
||||
// Used by _testcapi which must not use the internal C API
|
||||
PyAPI_FUNC(FILE*) _Py_fopen_obj(
|
||||
PyObject *path,
|
||||
const char *mode);
|
||||
Loading…
Add table
Add a link
Reference in a new issue