Win32 _PyOS_GetOpt

Robin Becker robin at jessikat.fsnet.co.uk
Thu Nov 22 15:45:26 EST 2001


I'm trying to dynamically attach to Python21.dll and find the following
oddness.

I can't map the symbol

_PyOS_GetOpt (from getopt.c) and related variables _PyOS_opterr,
_PyOS_optind, _PyOS_optarg.

Wouldn't it be better to ensure that all of these were explicitly
exported so I can use the built in code rather than faking my own?

Many other semi private functions are exported eg
_PyImport_FindExtension etc etc
-- 
Robin Becker



More information about the Python-list mailing list