HomeSort by relevance Sort by last modified time
    Searched refs:PyErr_WarnPy3k (Results 26 - 50 of 90) sorted by null

12 3 4

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c 169 if (PyErr_WarnPy3k("apply() not supported in 3.x; "
227 if (PyErr_WarnPy3k("callable() not supported in 3.x; "
440 if (PyErr_WarnPy3k("coerce() not supported in 3.x", 1) < 0)
713 if (PyErr_WarnPy3k("execfile() not supported in 3.x; use exec()",
944 if (PyErr_WarnPy3k("map(None, ...) not supported in 3.x; "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c 175 if (PyErr_WarnPy3k("apply() not supported in 3.x; "
446 if (PyErr_WarnPy3k("coerce() not supported in 3.x", 1) < 0)
721 if (PyErr_WarnPy3k("execfile() not supported in 3.x; use exec()",
952 if (PyErr_WarnPy3k("map(None, ...) not supported in 3.x; "
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c 175 if (PyErr_WarnPy3k("apply() not supported in 3.x; "
446 if (PyErr_WarnPy3k("coerce() not supported in 3.x", 1) < 0)
732 if (PyErr_WarnPy3k("execfile() not supported in 3.x; use exec()",
963 if (PyErr_WarnPy3k("map(None, ...) not supported in 3.x; "
    [all...]
  /external/python/cpython2/Mac/Modules/
MacOS.c 698 if (PyErr_WarnPy3k("In 3.x, the MacOS module is removed.", 1))
  /external/python/cpython2/Modules/
imgfile.c 495 if (PyErr_WarnPy3k("the imgfile module has been removed in "
linuxaudiodev.c 473 if (PyErr_WarnPy3k("the linuxaudiodev module has been removed in "
sunaudiodev.c 456 if (PyErr_WarnPy3k("the sunaudiodev module has been removed in "
operator.c 72 if (PyErr_WarnPy3k("operator.isCallable() is not supported in 3.x. "
81 if (PyErr_WarnPy3k("operator.sequenceIncludes() is not supported "
cdmodule.c 754 if (PyErr_WarnPy3k("the cd module has been removed in "
imageop.c 786 if (PyErr_WarnPy3k("the imageop module has been removed in "
parsermodule.c 375 if (PyErr_WarnPy3k("ast2tuple is removed in 3.x; use st2tuple", 1) < 0)
430 if (PyErr_WarnPy3k("ast2list is removed in 3.x; use st2list", 1) < 0)
477 if (PyErr_WarnPy3k("compileast is removed in 3.x; use compilest", 1) < 0)
713 if (PyErr_WarnPy3k("tuple2ast is removed in 3.x; use tuple2st", 1) < 0)
    [all...]
puremodule.c 954 if (PyErr_WarnPy3k("the pure module has been removed in "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 72 if (PyErr_WarnPy3k("operator.isCallable() is not supported in 3.x. "
81 if (PyErr_WarnPy3k("operator.sequenceIncludes() is not supported "
parsermodule.c 375 if (PyErr_WarnPy3k("ast2tuple is removed in 3.x; use st2tuple", 1) < 0)
430 if (PyErr_WarnPy3k("ast2list is removed in 3.x; use st2list", 1) < 0)
477 if (PyErr_WarnPy3k("compileast is removed in 3.x; use compilest", 1) < 0)
713 if (PyErr_WarnPy3k("tuple2ast is removed in 3.x; use tuple2st", 1) < 0)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 28 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
37 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
    [all...]
bufferobject.c 239 if (PyErr_WarnPy3k("buffer() not supported in 3.x", 1) < 0)
codeobject.c 392 if (PyErr_WarnPy3k("code inequality comparisons not supported "
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 72 if (PyErr_WarnPy3k("operator.isCallable() is not supported in 3.x. "
81 if (PyErr_WarnPy3k("operator.sequenceIncludes() is not supported "
imageop.c 783 if (PyErr_WarnPy3k("the imageop module has been removed in "
parsermodule.c 340 if (PyErr_WarnPy3k("ast2tuple is removed in 3.x; use st2tuple", 1) < 0)
391 if (PyErr_WarnPy3k("ast2list is removed in 3.x; use st2list", 1) < 0)
438 if (PyErr_WarnPy3k("compileast is removed in 3.x; use compilest", 1) < 0)
693 if (PyErr_WarnPy3k("tuple2ast is removed in 3.x; use tuple2st", 1) < 0)
    [all...]
puremodule.c 954 if (PyErr_WarnPy3k("the pure module has been removed in "
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 28 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
37 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
    [all...]
bufferobject.c 239 if (PyErr_WarnPy3k("buffer() not supported in 3.x", 1) < 0)
codeobject.c 392 if (PyErr_WarnPy3k("code inequality comparisons not supported "
  /external/python/cpython2/Objects/
frameobject.c 28 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \
37 if (PyErr_WarnPy3k(#NAME " has been removed in 3.x", 2) < 0) \

Completed in 1349 milliseconds

12 3 4