Victor Stinner ce5f4fba11 Issue #19421: fix a check in warnings.warn() to be able to use it during Python
finalization.

sys.argv is set to None during Python finalization: add PyList_Check() to avoid
a crash in PyList_Size().
2013-10-28 18:47:22 +01:00
..
2013-07-22 22:08:17 -07:00
2013-07-27 02:41:03 +02:00
2012-12-31 21:37:21 -06:00
2013-03-20 00:39:41 -05:00
2012-10-05 01:04:27 +02:00
2013-10-06 18:48:30 +02:00
2013-09-26 22:21:41 -04:00