Skip to content
#

python-3-5

python logo

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 187 public repositories matching this topic...

scons
bdbaddog
bdbaddog commented Jan 2, 2018

This issue was originally created at: 2011-05-27 09:55:34.
This issue was reported by: jcoffland.
jcoffland said at 2011-05-27 09:55:34

CheckLib currently supports an 'append' option which when false causes the code to prepend instead. It would be nice to also have a unique option which would make the function use either PrependUnique or AppendUnique.

e.g.:

    if append:
mtreinish
mtreinish commented Nov 7, 2018

Right now the --concurrency flag for stestr run takes in an integer, if that value is 0 it runs nproc workers, if that value is greater than 0 it runs that many workers. But we don't have a way to specify a value that is a fraction of nproc easily (like nproc/2 or nproc/4). This can be useful for some test suites, especially if they're very resource intensive, where running nproc workers isn't via

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby