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/07/14 16:04:33 UTC

[GitHub] [arrow] pitrou opened a new pull request #7758: ARROW-9469: [Python] Make more objects weakrefable

pitrou opened a new pull request #7758:
URL: https://github.com/apache/arrow/pull/7758


   By default, Cython extension classes (defined with "cdef class")
   don't have a weakref slot, so add one to all of them.
   This adds just one memory word to each object, which IMHO is acceptable.


----------------------------------------------------------------
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



[GitHub] [arrow] xhochy commented on pull request #7758: ARROW-9469: [Python] Make more objects weakrefable

Posted by GitBox <gi...@apache.org>.
xhochy commented on pull request #7758:
URL: https://github.com/apache/arrow/pull/7758#issuecomment-658676195


   Sounds like a good idea, CI is failing though.


----------------------------------------------------------------
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



[GitHub] [arrow] github-actions[bot] commented on pull request #7758: ARROW-9469: [Python] Make more objects weakrefable

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7758:
URL: https://github.com/apache/arrow/pull/7758#issuecomment-658282239


   https://issues.apache.org/jira/browse/ARROW-9469


----------------------------------------------------------------
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



[GitHub] [arrow] kszucs closed pull request #7758: ARROW-9469: [Python] Make more objects weakrefable

Posted by GitBox <gi...@apache.org>.
kszucs closed pull request #7758:
URL: https://github.com/apache/arrow/pull/7758


   


----------------------------------------------------------------
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



[GitHub] [arrow] pitrou commented on pull request #7758: ARROW-9469: [Python] Make more objects weakrefable

Posted by GitBox <gi...@apache.org>.
pitrou commented on pull request #7758:
URL: https://github.com/apache/arrow/pull/7758#issuecomment-658719729


   The remaining build failures look unrelated.


----------------------------------------------------------------
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