Message302231
in 2.7 getenvironment() is in PC/_subprocess.c, and it also calls PyMapping_Values()
immediately after calling PyMapping_Keys().
however, _PyObject_FastCallDict() doesn't exist here.
in case of an error in both PyMapping_Keys() and PyMapping_Values(), the
error in PyMapping_Values() just overwrites the error in PyMapping_Keys().
but I haven't gone over all of the code that could be run as part of
PyMapping_Values(), so I am not sure whether something could go wrong in case PyMapping_Keys() failed. |
|
Date |
User |
Action |
Args |
2017-09-15 04:53:18 | Oren Milman | set | recipients:
+ Oren Milman, vstinner, serhiy.storchaka |
2017-09-15 04:53:18 | Oren Milman | set | messageid: <1505451198.55.0.0458320879704.issue31471@psf.upfronthosting.co.za> |
2017-09-15 04:53:18 | Oren Milman | link | issue31471 messages |
2017-09-15 04:53:18 | Oren Milman | create | |
|