Searched refs:INIT_STR (Results 1 – 2 of 2) sorted by relevance
5866 #define INIT_STR(S) if (!( S ## _str=PyString_InternFromString(#S))) return -1; in init_stuff() macro5873 INIT_STR(__class__); in init_stuff()5874 INIT_STR(__getinitargs__); in init_stuff()5875 INIT_STR(__dict__); in init_stuff()5876 INIT_STR(__getstate__); in init_stuff()5877 INIT_STR(__setstate__); in init_stuff()5878 INIT_STR(__name__); in init_stuff()5879 INIT_STR(__main__); in init_stuff()5880 INIT_STR(__reduce__); in init_stuff()5881 INIT_STR(__reduce_ex__); in init_stuff()[all …]
5831 #define INIT_STR(S) if (!( S ## _str=PyString_InternFromString(#S))) return -1; in init_stuff() macro5838 INIT_STR(__class__); in init_stuff()5839 INIT_STR(__getinitargs__); in init_stuff()5840 INIT_STR(__dict__); in init_stuff()5841 INIT_STR(__getstate__); in init_stuff()5842 INIT_STR(__setstate__); in init_stuff()5843 INIT_STR(__name__); in init_stuff()5844 INIT_STR(__main__); in init_stuff()5845 INIT_STR(__reduce__); in init_stuff()5846 INIT_STR(__reduce_ex__); in init_stuff()[all …]