[issue32569] Blake2 module, memory clearance update

2018-03-27 Thread David CARLIER

David CARLIER  added the comment:

Little update it has been accepted and merged today :

https://github.com/BLAKE2/libb2/commit/620681a3b15c4d7239b9323b9da5ea208a959d3d

--
nosy: +David CARLIER2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread David Carlier

David Carlier  added the comment:

No worries If I saw first it was an extra project I would not have try to 
submit in Cpython. Apologies. I ll see what I can do in blake2 side :-)

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread Christian Heimes

Christian Heimes  added the comment:

In general your patch is a good idea. It should land in upstream, so everybody 
benefits from it. I also want to keep the maintenance burden as small as 
possible.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread Christian Heimes

Christian Heimes  added the comment:

Thanks for your contribution. Any optimization must land in upstream first, 
https://github.com/BLAKE2/libb2.

See https://bugs.python.org/issue17405 for more discussion on the topic.

--
nosy: +christian.heimes

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread David Carlier

David Carlier  added the comment:

Since the PR had been closed.

--
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread David Carlier

Change by David Carlier :


--
components: Library (Lib)
nosy: David Carlier
priority: normal
pull_requests: 5056
severity: normal
status: open
title: Blake2 module, memory clearance update
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32569] Blake2 module, memory clearance update

2018-01-16 Thread David Carlier

New submission from David Carlier :

Might brings a bit of "controversy" but some oses have already unoptimizable 
memset like functions from their libc was thinking to just use them instead.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com