poppopjmp / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

Can't use isinstance on instances of imported classes #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. shedskin -e Matrix4.py
2. make

What is the expected output? What do you see instead?

It should compile fine; instead you get the error that cl_Vector4 wasn't 
declared.  In fact it was, but only in Vector4.hpp, which Matrix4.cpp isn't 
including.

What version of the product are you using? On what operating system?

I pulled the source from git this morning.
I'm on Ubuntu 9.

Please provide any additional information below.

Original issue reported on code.google.com by uran...@gmail.com on 19 Aug 2010 at 5:37

Attachments:

GoogleCodeExporter commented 8 years ago
thanks! okay, this was a multi-file issue and an extmod issue at the same time. 
the example should work now from GIT.

Original comment by mark.duf...@gmail.com on 19 Aug 2010 at 7:54