You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/05/06 10:23:04 UTC

[GitHub] [arrow] pitrou commented on a change in pull request #7112: ARROW-8684: [Python] Do not call tobytes inside atexit extension type teardown function

pitrou commented on a change in pull request #7112:
URL: https://github.com/apache/arrow/pull/7112#discussion_r420686544



##########
File path: python/pyarrow/types.pxi
##########
@@ -817,6 +817,12 @@ def register_extension_type(ext_type):
     _python_extension_types_registry.append(_type)
 
 
+cdef _unregister_extension_type(bytes type_name):
+    # ARROW-8684: Due to a Cython (?) bug we cannot call "compat.tobytes"

Review comment:
       Calling `compat.tobytes` gives the same error???




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org