[Python-Dev] Python 3.8 alpha and AIX buildbot “support” moving forward.

2019-02-09 Thread Michael Felt (aixtools)
Congratulations on the official begin of the alpha phase of Python3-3.8. 

I hope there will be time to consider three of my PRs so that this phase has at 
least one of the AIX buildbots (not mine I fear) is passing all the tests and 
can finally serve it’s real purpose and signal when a change toggles it’s 
status from PASS to FAIL. 

Next week I hope to have some time to dig deeper and try to establish why my 
bot fails additional tests (in the multiprocessing module(s)) as well why AIX 
fails test_bdb when utf8 support is (additionally) installed but passes when 
utf8 support is not installed. 

While I am also concerned about AIX status I also hope that my inspection is 
helping to improve Python. 

Sincerely,
Michael

Sent from my iPhone___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] make patchcheck and git path

2018-08-26 Thread Michael Felt (aixtools)
When building out of tree there is no .git reference. If I understand the 
process it uses git to see what files have changed, and does further processing 
on those. 

As to workflow, that may be better, but other than the name, unknown to me. 

Sent from my iPhone

> On 24 Aug 2018, at 19:37, Mariatta Wijaya  wrote:
> 
> I don't quite understand the problem you're facing with git and make 
> patchcheck?
> 
> Also, perhaps this is more for core-workflow instead of python-dev.
> 
> Mariatta
> 
> ᐧ
> 
>> On Fri, Aug 24, 2018 at 3:20 AM Michael  wrote:
>> I am trying to be a 'good scout' and run "make patchcheck" more
>> regularly. However, I generally am not successful because I build and
>> test in separate directories.
>> 
>> There is access to git! just no ready reference in the build area.
>> 
>> So, not calling it a bug - but if someone else also experiences this,
>> and feels capable of makeing it more flexible - you will get thanks from
>> me, in any case!
>> 
>> Michael
>> 
>> 
>> ___
>> Python-Dev mailing list
>> Python-Dev@python.org
>> https://mail.python.org/mailman/listinfo/python-dev
>> Unsubscribe: 
>> https://mail.python.org/mailman/options/python-dev/mariatta.wijaya%40gmail.com
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] spwd and AIX

2018-08-01 Thread Michael Felt (aixtools)
Sounds like i can skip this then. Thx. 

Sent from my iPhone

> On 1 Aug 2018, at 17:52, Christian Heimes  wrote:
> 
>> On 2018-08-01 13:58, Michael wrote:
>> a) I am looking at getting spwd integrated from AIX
>> 
>> b) only the parameter sp_pwdp is my concern - as AIX really does not
>> want to reveal the encrypted password. Rather, AIX will say '!' (meaning
>> there is, or should be a shadow password, or '*' - no user password).
>> Would this horribly break things if only '!' was returned, rather than
>> the shadow password?
>> 
>> It does not look terribly hard - but how do you deal with defaults such
>> as 0 or -1 for the numeric values?
> 
> Please note that I'm planning to deprecate and remove the spwd module.
> The module has several limitation. Most importantly it bypasses the PAM
> stack. Therefore it's not compatible with password policies or other
> password storages like LDAP.
> 
> Christian
> 
> ___
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> https://mail.python.org/mailman/options/python-dev/aixtools%40felt.demon.nl

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com