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

DRAFT removing the Wrapper metaclass for python 3.9. resolves TypeError: 'gcc.WrapperMeta' object is not iterable #192

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jmikedupont2
Copy link

This code here is experimental.
I am using the docker image zbeekman/nightly-gcc-trunk-docker-image
latest 5114095361e6 with patches. gcc (GCC) 10.0.0
20191203 (experimental) latest 5114095361e6 I guess that
is actually older than I thought but whatever.
I am testing with pyenv 3.9-dev Python 3.9.9 .

The first thing I did was hook it up to the new python, then I had to
remove some deprecated code. Finally I worked around the issue of the
metaclass not loading. It does not even seem to be used so I am
removing it for now until I can learn more.

The goal here is to have a docker container that will contain the
latest version of the python plugin in a way that anyone can use it
easily with a docker pull.

Merry Christmas and Happy New Year 2020

mike

This code here is experimental.
I am using the docker image zbeekman/nightly-gcc-trunk-docker-image
latest 5114095361e6  with patches. gcc (GCC) 10.0.0
20191203 (experimental) latest 5114095361e6  I guess that
is actually older than I thought but whatever.
I am testing with pyenv 3.9-dev Python 3.9.9 .

The first thing I did was hook it up to the new python, then I had to
remove some deprecated code. Finally I worked around the issue of the
metaclass not loading. It does not even seem to be used so I am
removing it for now until I can learn more.

The goal here is to have a docker container that will contain the
latest version of the python plugin in a way that anyone can use it
easily with a docker pull.

Merry Christmas and Happy New Year 2020

mike
@jmikedupont2 jmikedupont2 changed the title DRAFT removing the Wrapper metaclass for python 3.9 DRAFT removing the Wrapper metaclass for python 3.9. resovles TypeError: 'gcc.WrapperMeta' object is not iterable Dec 31, 2021
@jmikedupont2 jmikedupont2 changed the title DRAFT removing the Wrapper metaclass for python 3.9. resovles TypeError: 'gcc.WrapperMeta' object is not iterable DRAFT removing the Wrapper metaclass for python 3.9. resolves TypeError: 'gcc.WrapperMeta' object is not iterable Dec 31, 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.

1 participant