[python-committers] Re: Do people still find this mailing list useful?

2023-07-08 Thread Marc-Andre Lemburg
On 07.07.2023 12:11, Marc-Andre Lemburg wrote: On 07.07.2023 01:44, Brett Cannon wrote: I didn't set up the instance (it's hosted by Discourse for us for free), but Łukasz or Pablo might know. Else we can ask the infrastructure team at the PSF. I reached out to Ee to see whether an

[python-committers] Re: Do people still find this mailing list useful?

2023-07-07 Thread Marc-Andre Lemburg
.json, so the public data could also be scraped and archived that way by anyone interested if desired (just like the ML can). Does that help address your concern? Thanks, CAM /C.A.M. Gerlach/ On Tue, Jul 4, 2023 at 4:57 AM Marc-Andre Lemburg wrote: The

[python-committers] Re: Do people still find this mailing list useful?

2023-07-07 Thread Marc-Andre Lemburg
another move as trigger to start the discussion. I can reach out to Ee, the PSF director of infra, to see whether this is on his radar. Thanks, CAM /C.A.M. Gerlach/ On Tue, Jul 4, 2023 at 4:57 AM Marc-Andre Lemburg wrote: The only concern I have with moving off of the MLs and to

[python-committers] Re: Do people still find this mailing list useful?

2023-07-04 Thread Marc-Andre Lemburg
python.org https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/python-committers@python.org/message/UIXSQYCMSWOAU5CLU6YF72ZNJDNXZMSG/ Code of Conduct: https://www.python.org/psf/codeofconduct/ -- Marc-Andre Lemburg eGenix.com

[python-committers] Re: Consider adding a Tier 3 to tiered platform support

2022-04-08 Thread Marc-Andre Lemburg
s a buildbot really annoying, barely usuable, because buildbots > are unable to say if a change adds more errors than previously. It's a > boolean: either all tests pass, or "at least one test fails": you have > to dig into logs to know the exact number :-( >

[python-committers] Re: Proposed tiered platform support

2022-03-14 Thread Marc-Andre Lemburg
> Python Product Development ...https://consulting.egenix.com/ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-A

[python-committers] Re: Proposed tiered platform support

2022-03-12 Thread Marc-Andre Lemburg
On 11.03.2022 19:26, Brett Cannon wrote: > > > On Fri, Mar 11, 2022 at 1:18 AM Marc-Andre Lemburg <mailto:m...@egenix.com>> wrote: > > I think the list is missing some important platforms which we do > support (looking at configure): > > * Linux

[python-committers] Re: Proposed tiered platform support

2022-03-11 Thread Marc-Andre Lemburg
On 11.03.2022 17:42, Zachary Ware wrote: > On Fri, Mar 11, 2022 at 7:45 AM Marc-Andre Lemburg wrote: >> If there are people in the community who wish to provide support for >> these platforms, I don't see a reason not to keep them in a tier 4. >> Such platforms would no

[python-committers] Re: Proposed tiered platform support

2022-03-11 Thread Marc-Andre Lemburg
On 11.03.2022 13:52, Christian Heimes wrote: > On 11/03/2022 10.18, Marc-Andre Lemburg wrote: >> I think the list is missing some important platforms which we do >> support (looking at configure): >> >> * Linux on 32-bit ARM platforms, e.g. for Raspberry Pis >

[python-committers] Re: Proposed tiered platform support

2022-03-11 Thread Marc-Andre Lemburg
be checked in. > > ___ > python-committers mailing list -- python-committers@python.org > To unsubscribe send an email to python-committers-le...@python.org > https://mail.python.org/mailman3/lists/python-committers.python.org/ > Message archived

[python-committers] Re: Sad news from Zurich

2021-12-12 Thread Marc-Andre Lemburg
/ > -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Dec 12 2021) >>> Python Projects, Coaching and Support ...https://www.egenix.com/ >>> Python Product Development ...https://consulting.egenix.com/ ____ ::: We imple

[python-committers] Sourcetrail source code explorer

2021-08-27 Thread Marc-Andre Lemburg
base. Indexing takes a bit long, but then you only do this once in a while. I suppose this could be of great help for new core devs, as well as seasoned one exploring new parts of the code base. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Aug 27

[python-committers] Fwd: EuroPython 2021: Free tickets for Python Core Developers

2021-06-25 Thread Marc-Andre Lemburg
FYI Forwarded Message Subject: EuroPython 2021: Free tickets for Python Core Developers Date: Fri, 25 Jun 2021 15:31:32 +0200 From: Marc-Andre Lemburg Organization: EuroPython Society (EPS) To: Python List In 2019, we have set up the Guido van Rossum Core Developer Grant, to

[python-committers] Re: status of smtpd

2021-06-24 Thread Marc-Andre Lemburg
On 23.06.2021 19:17, Barry Warsaw wrote: > On Jun 23, 2021, at 09:46, Marc-Andre Lemburg wrote: >> >> Since it's rather likely that we'll always find someone who still >> uses a module, I think we should find a better strategy on how to >> deal with such r

[python-committers] Re: status of smtpd

2021-06-23 Thread Marc-Andre Lemburg
more when you can teach, but certain when you can program." >> Alan J. Perlis/ >> >> ___ >> python-committers mailing list -- python-committers@python.org >> To unsubscribe send an email to python-committers-le...@python.org

[python-committers] Re: Please make sure you're following good security practices with your GitHub account

2021-06-16 Thread Marc-Andre Lemburg
kest link in a chain, etc. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, Jun 16 2021) >>> Python Projects, Coaching and Support ...https://www.egenix.com/ >>> Python Product Developme

[python-committers] Re: IMPORTANT: Python 3.10b2 release blockers

2021-05-27 Thread Marc-Andre Lemburg
s a string.  For that matter, it's > hard to conceive of how a regexp pattern object could possibly be a > direct member of any cycle. > > And if a type pointer is the only thing being visited, then there's no > point unless the object can itse

[python-committers] Re: IMPORTANT: Python 3.10b2 release blockers

2021-05-27 Thread Marc-Andre Lemburg
hat are reachable only from dead > cycles; everything else in CPython is reclaimed the instant its > refcount falls to 0, and that's so regardless of whether it > participates in cyclic gc. Oh, thanks for the explanation. I was under the impression that GC-aware objects are added to a

[python-committers] Re: IMPORTANT: Python 3.10b2 release blockers

2021-05-27 Thread Marc-Andre Lemburg
reference circles, instead of immediately deleting them, we will keep those objects alive for much longer than necessary, potentially causing a resource overhead regression. -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Experts (#1, May 27 2021) >>&

[python-committers] Re: core-dev chat

2021-05-14 Thread Marc-Andre Lemburg
w.egenix.com/ >>> Python Product Development ...https://consulting.egenix.com/ ::: We implement business ideas - efficiently in both time and costs ::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany.