Serhiy Storchaka bf623ae884 bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
raised an error.

Replace them with using concrete types API that never fails if appropriate.
2017-04-19 20:03:52 +03:00
..
2017-04-03 18:16:14 +02:00
2017-03-23 17:53:47 +02:00
2017-03-23 17:53:47 +02:00
2017-03-23 17:53:47 +02:00
2017-01-17 04:20:26 +01:00
2017-03-23 17:53:47 +02:00
2017-01-16 00:05:54 -08:00
2017-01-31 23:31:10 -08:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.