add request for helper functions to deal with differences
between FILE* structures
This commit is contained in:
parent
bc0d4169b9
commit
1b8c2a80c4
10
pep-0042.txt
10
pep-0042.txt
|
@ -30,6 +30,16 @@ Standard Library
|
|||
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110835&group_id=5470
|
||||
|
||||
- Add C API functions to help Windows users who are building
|
||||
embedded applications where the FILE * structure does not match
|
||||
the FILE * the interpreter was compiled with.
|
||||
|
||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110821&group_id=5470
|
||||
|
||||
See this bug report for a specific suggestion that will allow a
|
||||
Borland C++ builder application to interact with a python.dll
|
||||
build with MSVC.
|
||||
|
||||
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
|
|
Loading…
Reference in New Issue