Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 597608 Details for
Bug 701342
sci-libs/tensorflow-2.0.0 needs a patch for Python3.8
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to compile with Python3.8
tensorflow-2.0.0-python38.patch (text/plain), 3.31 KB, created by
Helmut Jarausch
on 2019-11-27 17:18:01 UTC
(
hide
)
Description:
patch to compile with Python3.8
Filename:
MIME Type:
Creator:
Helmut Jarausch
Created:
2019-11-27 17:18:01 UTC
Size:
3.31 KB
patch
obsolete
>--- a/tensorflow/python/eager/pywrap_tfe_src.cc.ORIG 2019-09-27 23:56:33.000000000 +0200 >+++ b/tensorflow/python/eager/pywrap_tfe_src.cc 2019-11-27 16:35:34.632724756 +0100 >@@ -1319,7 +1319,7 @@ > sizeof(TFE_Py_Tape), /* tp_basicsize */ > 0, /* tp_itemsize */ > &TFE_Py_Tape_Delete, /* tp_dealloc */ >- nullptr, /* tp_print */ >+ 0, /* tp_vectorcall_offset */ > nullptr, /* tp_getattr */ > nullptr, /* tp_setattr */ > nullptr, /* tp_reserved */ >@@ -1353,7 +1353,7 @@ > sizeof(TFE_Py_ForwardAccumulator), /* tp_basicsize */ > 0, /* tp_itemsize */ > &TFE_Py_ForwardAccumulatorDelete, /* tp_dealloc */ >- nullptr, /* tp_print */ >+ 0, /* tp_vectorcall_offset */ > nullptr, /* tp_getattr */ > nullptr, /* tp_setattr */ > nullptr, /* tp_reserved */ >--- a/tensorflow/python/eager/pywrap_tensor.cc.ORIG 2019-09-27 23:56:33.000000000 +0200 >+++ b/tensorflow/python/eager/pywrap_tensor.cc 2019-11-27 16:39:00.996713385 +0100 >@@ -839,7 +839,7 @@ > sizeof(EagerTensor), /* tp_basicsize */ > 0, /* tp_itemsize */ > (destructor)EagerTensor_dealloc, /* tp_dealloc */ >- nullptr, /* tp_print */ >+ 0, /* tp_vectorcall_offset */ > nullptr, /* tp_getattr */ > nullptr, /* tp_setattr */ > nullptr, /* tp_compare */ >--- a/tensorflow/python/lib/core/ndarray_tensor_bridge.cc.ORIG 2019-09-27 23:56:33.000000000 +0200 >+++ b/tensorflow/python/lib/core/ndarray_tensor_bridge.cc 2019-11-27 16:41:23.142705552 +0100 >@@ -86,7 +86,7 @@ > 0, /* tp_itemsize */ > /* methods */ > TensorReleaser_dealloc, /* tp_dealloc */ >- nullptr, /* tp_print */ >+ 0, /* tp_vectorcall_offset */ > nullptr, /* tp_getattr */ > nullptr, /* tp_setattr */ > nullptr, /* tp_compare */ >--- a/tensorflow/python/lib/core/bfloat16.cc.ORIG 2019-09-27 23:56:33.000000000 +0200 >+++ b/tensorflow/python/lib/core/bfloat16.cc 2019-11-27 16:44:06.054696575 +0100 >@@ -317,7 +317,7 @@ > sizeof(PyBfloat16), // tp_basicsize > 0, // tp_itemsize > nullptr, // tp_dealloc >- nullptr, // tp_print >+ 0, // tp_vectorcall_offset > nullptr, // tp_getattr > nullptr, // tp_setattr > nullptr, // tp_compare / tp_reserved
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 701342
: 597608