Files
cpython/Include
Victor Stinner 932946ca14 bpo-30604: Fix __PyCodeExtraState_Get() prototype (#2152)
Replace __PyCodeExtraState_Get() with __PyCodeExtraState_Get(void) to
fix the following GCC warning:

./Include/pystate.h:63:1: warning: function declaration isn't a prototype [-Wstrict-prototypes]
 __PyCodeExtraState* __PyCodeExtraState_Get();
2017-06-13 10:39:30 +02:00
..
2016-01-26 00:40:57 +01:00
2013-10-05 16:28:04 -04:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2015-03-21 09:25:53 +02:00
2014-10-10 11:55:41 +02:00
2017-03-21 20:39:58 -04:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00