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

Force recompilation of scripts. #12

Merged
merged 2 commits into from Oct 24, 2017
Merged

Force recompilation of scripts. #12

merged 2 commits into from Oct 24, 2017

Conversation

icemac
Copy link
Member

@icemac icemac commented Oct 23, 2017

The compiled code is now stored on __code__ instead of func_code.
Without recompilation the scripts break because __code__ is None which is not expected by ZPublisher/mapply.py

See also zopefoundation/Zope#172.

The compiled code is now stored on `__code__` instead of `func_code`.
Without recompilation the scripts break because `__code__` is `None` which is not expected by ZPublisher/mapply.py

See also zopefoundation/Zope#172.
@icemac icemac merged commit eba254a into master Oct 24, 2017
@icemac icemac deleted the recompile-4.1 branch October 24, 2017 07:35
@icemac
Copy link
Member Author

icemac commented Oct 24, 2017

Thank you for the reviews!

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.

None yet

4 participants