[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3-compatible property Table #266

Merged
merged 4 commits into from
Mar 1, 2021
Merged

Conversation

rhaschke
Copy link
Contributor

Fixes #255, enabling hierarchical property tables also in comprehension contexts. The old scheme was working accidentally in Python2.
In the end, the solution was rather simple: It suffices to derive Table from dict. The properties, previously stored in self.table are now directly stored in the dict inherited from.

@rhaschke rhaschke merged commit ee5074d into ros:noetic-devel Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python3 cannot handle hierarchical symbol tables
1 participant