Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upC++: classes in classes, cimport not consistent #3074
Comments
scoder
added
C++
defect
good first issue
Type Analysis
labels
Aug 14, 2019
This comment has been minimized.
This comment has been minimized.
|
A |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gerion0 commentedAug 9, 2019
Consider this minimal example:
foo.h
foo.pxd
foo.pyx
This works so far. However, this does not work:
foo1.pyx
foo2.pyx
While this works:
foo3.pyx
For me, this feels like C++ class in C++ class is not consistent. Is it possible to support also the long nested name (
foo.Foobar.LongName)?