Adam Williamson

Results 433 comments of Adam Williamson

Ah, now I poke through a checkout, there's actually quite a lot of code and test code that use `Delay`. So this module is incompatible with Mojo 9.

All of these versions of the patch ignore something rather important - `core.py` also does: `from flask import Flask, Response,...` and then later does stuff like `return Response('Invalid status code',...

Closing in favor of #674 , as setting both isn't valid any more (plus this wasn't doing it entirely right).

I'm wondering if someone needs to fork httpbin at this point. @kennethreitz , are you not interested in keeping it working any more?

This is split out from https://github.com/PyCQA/pylint/pull/7167 , as requested by @DanielNoord .

Uh, I guess that line needs to be changed on main so the bot doesn't add it to every single PR?

@DanielNoord suggests that https://github.com/PyCQA/pylint/pull/7227 would likely avoid the need for this.

No problem. Sorry I didn't get around to writing any tests, have had too many piles of things on fire to deal with :|

There's an astroid 2.12.1 now, which passes all its own tests on Python 3.11. Current git HEAD dill is good with 3.11, but a release hasn't been tagged yet.

With a recent snapshot of dill, and astroid 2.12.1, I'm down to 43 failures in the tests when building pylint 2.14.4: https://kojipkgs.fedoraproject.org/work/tasks/1561/89381561/build.log edit: the ones related to deprecated modules/methods are...