OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyErr_WarnPy3k
(Results
51 - 75
of
90
) sorted by null
1
2
3
4
/external/python/cpython2/Objects/
bufferobject.c
239
if (
PyErr_WarnPy3k
("buffer() not supported in 3.x", 1) < 0)
codeobject.c
561
if (
PyErr_WarnPy3k
("code inequality comparisons not supported "
classobject.c
[
all
...]
fileobject.c
[
all
...]
exceptions.c
229
if (
PyErr_WarnPy3k
("__getitem__ not supported for exception "
239
if (
PyErr_WarnPy3k
("__getslice__ not supported for exception "
[
all
...]
typeobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c
[
all
...]
fileobject.c
[
all
...]
exceptions.c
231
if (
PyErr_WarnPy3k
("__getitem__ not supported for exception "
241
if (
PyErr_WarnPy3k
("__getslice__ not supported for exception "
[
all
...]
typeobject.c
[
all
...]
dictobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c
[
all
...]
fileobject.c
[
all
...]
exceptions.c
231
if (
PyErr_WarnPy3k
("__getitem__ not supported for exception "
241
if (
PyErr_WarnPy3k
("__getslice__ not supported for exception "
[
all
...]
dictobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c
[
all
...]
/external/python/cpython2/Modules/
arraymodule.c
[
all
...]
bsddbmodule.c
852
if (
PyErr_WarnPy3k
("the bsddb185 module has been removed in "
svmodule.c
957
if (
PyErr_WarnPy3k
("the sv module has been removed in "
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c
175
if (
PyErr_WarnPy3k
("sys.exc_clear() not supported in 3.x; "
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c
175
if (
PyErr_WarnPy3k
("sys.exc_clear() not supported in 3.x; "
[
all
...]
/external/python/cpython2/Mac/Modules/
Nav.c
940
if (
PyErr_WarnPy3k
("In 3.x, the Nav module is removed.", 1))
/external/python/cpython2/Python/
codecs.c
485
if (
PyErr_WarnPy3k
(PyString_AS_STRING(msg), 1) < 0) {
sysmodule.c
175
if (
PyErr_WarnPy3k
("sys.exc_clear() not supported in 3.x; "
[
all
...]
Completed in 1917 milliseconds
1
2
3
4