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

check if the code runs on implementations other than CPython #7

Open
reuvenpo opened this issue Jan 20, 2018 · 0 comments
Open

check if the code runs on implementations other than CPython #7

reuvenpo opened this issue Jan 20, 2018 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@reuvenpo
Copy link
Owner

Basically, some features of dogging depend on undocumented functions of CPython and internal objects that are not specified in the language specification, but are documented in CPython's documentation and may be different in other implementations.

This will probably be more relevant (and easy) after tests are added to the repository.

For now, dogging is assumed to only work in CPython.

@reuvenpo reuvenpo added help wanted Extra attention is needed good first issue Good for newcomers labels Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant