mrkn / pycall.rb

Calling Python functions from the Ruby language
MIT License
1.05k stars 72 forks source link

"[BUG] object allocation during garbage collection phase" on Windows #144

Closed mrkn closed 3 years ago

mrkn commented 3 years ago

On Windows environments (both mingw and mswin), the bug "object allocation during garbage collection phase" is occurred. The example case is here.

I confirmed that this bug has occurred at least in pycall-1.3.1.

I'd like to investigate the cause and resolve this bug. But, unfortunately, I currently don't have the machine on which Windows is natively installed. So any kinds of feedback related to this bug are very welcome.

mrkn commented 3 years ago

This is resolved in version 1.4.1.