Thread: PyOpenGL plugin
View Single Post
  #3  
Old 10-06-2009, 07:15 AM
JimC JimC is offline
Member
 
Join Date: Jun 2009
Posts: 42
Red face

Yes, I've got all the Python calls properly wrapped in GIL Ensure()/Release() calls. I'm somewhat familiar with the Python C API (I did most of the work on the Python bindings for Syzygy, with SWIG and more recently SIP), but I find it so verbose and tedious that there's a strong temptation to be sloppy about validating the results...I think I've got it fixed up now...
Reply With Quote