[pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-28 Thread joannah nanjekye
. If the above project idea is not so much in that direction you can advise a better idea among the ones listed here http://pypy.readthedocs.io/en/latest/project-ideas.html. Kind regards, -- Joannah Nanjekye +256776468213 F : Nanjekye Captain Joannah S : joannah.nanjekye T : @captainjoannah SO

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-31 Thread joannah nanjekye
rarily to build more complex types. > > [*] The other one is @enforceargs: https://bitbucket.org/pypy/pyp > y/src/tip/rpython/rlib/objectmodel.py > > ___ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailm

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-04-03 Thread joannah nanjekye
ing) would look like. Could we maybe use > mypy for that? In the end that is an open question .. (to be solved by > you :) > > If I'm correct you got 1h left to change the document!! > > Cheers, > Richard > > On 04/02/2017 04:50 AM, joannah nanjekye wrote: > > Hello

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-04-02 Thread joannah nanjekye
Hello It is kinda last minute but if some one has a minute, kindly give me some feedback for my GSoC proposal here https://docs.google.com/document/d/1tidHKzTWOLDILPsUag8Vc0aS-lsIzwHDYvuGQ-hRAJg/edit before I submit. Kind regards, On Fri, Mar 31, 2017 at 1:44 PM, joannah nanjekye <nanjekyej

[pypy-dev] Explicit typing in RPython

2017-09-28 Thread joannah nanjekye
Hello, Did someone happen to work on this project? If not then is it one we can break down in small tasks so I can work on it with guidance of course. Also I will be at pyconZA in south Africa so if anyone on the team is coming we can chat about this a bit. Kind regards, -- Joannah Nanjekye

Re: [pypy-dev] save the date: PyPy Sprint in Düsseldorf February 4-9, 2019

2019-01-23 Thread joannah nanjekye
he last sprint we had there was in 2010 :-). > > Cheers, > > Carl Friedrich > ___ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-dev > -- Joannah Nanjekye +256776468213 F :

Re: [pypy-dev] Access denied when trying to create a pull request

2019-04-05 Thread joannah nanjekye
e documentation? > > Thanks! > Yangguang > ___ > pypy-dev mailing list > pypy-dev@python.org > https://mail.python.org/mailman/listinfo/pypy-dev > -- Joannah Nanjekye +256776468213 F : Nanjekye Captain Joannah S : joannah.nanje

[pypy-dev] Question : PyPy on Heptapod

2020-03-10 Thread joannah nanjekye
for a final update this time. The hustle for time is real. Joannah -- Best, Joannah Nanjekye *"You think you know when you learn, are more sure when you can write, even more when you can teach, but certain when you can program." Alan J. Perlis* __

Re: [pypy-dev] Question : PyPy on Heptapod

2020-03-10 Thread joannah nanjekye
Great. Thank you. I will follow up on these steps. Best, Joannah On Tue, Mar 10, 2020 at 1:31 PM Ronan Lamy wrote: > Le 10/03/2020 à 11:51, joannah nanjekye a écrit : > > Hey all, > > > > Do I need to request for special privileges in order to submit a patch?

[pypy-dev] Is the hash field optimization still present

2023-12-28 Thread Joannah Nanjekye
Hello. I read about the hash field optimization here: https://www.pypy.org/posts/2009/10/gc-improvements-6174120095428192954.html But when I query object.__hash__(4) on the latest pypy branch, it returns, I expected a type error. I stand to be corrected obviously. -- Best, Joannah Nanjekye

[pypy-dev] Re: Is the hash field optimization still present

2023-12-28 Thread Joannah Nanjekye
On looking further the functionality is there for shadow objects. On Thu, Dec 28, 2023 at 12:03 PM Joannah Nanjekye wrote: > Hello. > > I read about the hash field optimization here: > https://www.pypy.org/posts/2009/10/gc-improvements-6174120095428192954.html > > But w