Lines Matching refs:python
1 """Create portable serialized representations of Python objects.
88 from org.python.core import PyStringMap
189 more recent the version of Python needed to read the pickle
385 # compatibility with Python 2.2 (pickles written using
386 # protocol 0 or 1 in Python 2.3 should be unpicklable by
387 # Python 2.2).
451 high_bits = obj >> 31 # note that Python shift sign-extends
585 # save_empty_tuple() isn't used by anything in Python 2.3. However, I
807 # Python functions should always get an __module__ from their globals.
1357 n = long(ashex, 16) # quadratic time before Python 2.3; linear now