Pylons / pyramid

Pyramid - A Python web framework
https://trypyramid.com/
Other
3.97k stars 887 forks source link

Change != to is not in pshell initialization #3704

Closed ztane closed 2 years ago

ztane commented 2 years ago

I had a curious problem: I had added an object that was wrapped in lazy_object_proxy into the pshell environment. It had worked before but for some reason stopped working here merely due to updates in either Python version or some of the dependent libraries. The error thrown was AttributeError: __wrapped__ on this line. As is not is likely the more correct solution here, here's the pull request.

mmerickel commented 2 years ago

thanks @ztane!