nately the difficulty in debugging and maintaining code is
often directly proportional to the cleverness exhibited by the
original programmer.
--
Grant Edwards grant.b.edwardsYow! I'm also against
at BODY-SURFING!!
> data item on the call stack as a parameter.
C is pass by value.
if I call foo(x)
And this is foo:
void foo (float param)
{
param = 1.23
}
The value of x in the caller's namespace is not changed. If C used
pass by reference, x would change.
--
Grant Edwards
On 2011-05-04, harrismh777 wrote:
> Grant Edwards wrote:
>>> We do not consider passing a pointer as*by value* because its an
>>> > address; by definition, that is pass-by-reference.
>> No, it isn't. It's pass by value. The fact that you are passing
On 2011-05-05, harrismh777 wrote:
> Grant Edwards wrote:
>> The "pass by value" and "pass by reference" parameter passing
>> mechanisms are pretty well defined, and C uses "pass by value".
>
> Yeah, that's kind-a funny, cause I'm one o
by_value_ to a
function. That function then uses the "*" operator to use that value
to access some data.
--
Grant Edwards grant.b.edwardsYow! DIDI ... is that a
at MARTIAN name, or, are we
gmail.comin ISRAEL?
--
http://mail.python.org/mailman/listinfo/python-list
using a language that doesn't directly implement such constructs. You
might as well say that C is a linked-list language like Lisp since you
can write a linked list implementation in C. If you said that you'd
be just as wrong as saying that C uses call-by-reference.
--
Grant Ed
eter. Every time the callee needs to
> refer to the parameter, it evaluates this function.
>
> This allows some neat tricks, but it's massive overkill for most
> uses.
It also is a very good source of surprising bugs.
--
Grant Edwards grant.b.edwardsYow!
Who is "most of the world" ?
Pretty much everybody except you.
Please see:
> http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Flanguage%2Fref%2Fcplr233.htm
Yea, I read that. It doesn't support your argument. It agrees with
th
naive
NetBSD "C" version. When we switched to the FreeBSD stack (and a
newer compiler) a few years later, my assembly code got tossed out
because was no longer any faster than the C version.
--
Grant Edwards grant.b.edwardsYow! Half a mind is a
itecture
And a lot of the are still full-up Harvard architecture (e.g. the
entire Atmel AVR family and Intel 8051 family for example).
--
Grant Edwards grant.b.edwardsYow! When this load is
at DONE I think I'l
On 2011-05-05, Steven D'Aprano wrote:
> On Thu, 05 May 2011 14:14:22 +0000, Grant Edwards wrote:
>
>> On 2011-05-05, harrismh777 wrote:
>>> Grant Edwards wrote:
>>>> The "pass by value" and "pass by reference" parameter passing
>>
ecessary wear on the syncros (and
I've had cars with pretty weak syncros -- Alfa-Romeo Spyders were
famous for the 2nd gear syncro wearing out).
> and if that isn't automatic, I don't know what is
No, that's _not_ automatic if you have to do it yourself. It's
a
On 2011-05-05, Roy Smith wrote:
> In article ,
> Grant Edwards wrote:
>
>> That's what I was trying to say, but probably not as clearly. The "&"
>> operatore returnas a _value_ that the OP passes _by_value_ to a
>> function. That function then
do some really cool stuff in the deep end.
Until you get pulled under and drowned by some flailing goof who
oughtn't be there.
--
Grant Edwards grant.b.edwardsYow! Zippy's brain cells
at are straining to brid
On 2011-05-07, Gregory Ewing wrote:
> Grant Edwards wrote:
>> if you feel it just right and you have just the
>>>right synchro-mesh setup, you can slide from 3rd into 4th without
>>>every touching the clutch peddle...
>>
>>>and if that isn't automa
se.
>
> Who says it has to have the Pascal/Fortran/etc sense?
Because it's easier to communicate if everybody agrees on what a word
means.
--
Grant Edwards grant.b.edwardsYow! The SAME WAVE keeps
at coming in and COL
On 2011-05-10, Hans Georg Schaathun wrote:
> On Tue, 10 May 2011 14:05:34 + (UTC), Grant Edwards
> wrote:
>: Because it's easier to communicate if everybody agrees on what a word
>: means.
>
> Why should we agree on that particular word? Are there any other words
&
code bases out there?
The owner of something is free to determine how it is distributed --
he doesn't have any obligation to prove to you that some particular
method of distribution is harmful to him or anybody else.
--
Grant Edwards grant.b.edwardsYow!
r 25+ years, almost all in C,
and I don't think I've never seen such a compiler. Even on the
register-starved 6800 architecture, the first parameter was passed in
a register. On architectures with more registers (H8, MSP430, ARM,
etc.) It's usually the first 3 or so parameter
follows
>> can be described in full.
>
> This I disagree with. If a section of code is interesting enough to
> deserve an explanation, then it is better to capture it in a
> helpfully-named function with its doc string having the explanation.
I consider docstrings to be the same as com
picture
of them, my initial reaction is almost always "no, that's not at all
what I thought he/she looked like". Odd.
--
Grant Edwards grant.b.edwardsYow! I demand IMPUNITY!
at
On 2011-05-27, Irmen de Jong wrote:
> On 27-05-11 15:54, Grant Edwards wrote:
>> On 2011-05-27, Ben Finney wrote:
>>> Richard Parker writes:
>>>
>>>> On May 26, 2011, at 4:28 AM, python-list-requ...@python.org wrote:
>>>>
>>>>&
On 2011-05-29, Albert Hopkins wrote:
> On Sun, 2011-05-29 at 00:41 +0100, MRAB wrote:
>> Here's a curiosity. float("nan") can occur multiple times in a set or as
>> a key in a dict:
>>
>> >>> {float("nan"), float("nan")}
>> {nan, nan}
>>
> These two nans are not equal (they are two different n
on
>> python-dev, and the decision was to leave things as-is.
>
> On Sonntag 29 Mai 2011, Grant Edwards wrote:
>> Even if they are the same nan, it's still not equal to itself.
>
> if I understand this thread correctly, they are not equal to itself
> as specified by IEEE
On 2011-05-29, Gregory Ewing wrote:
> Ben Finney wrote:
>
>> You omit the common third possibility: *both* the comment and the code
>> are wrong.
>
> In that case, the correct response is to fix both of them. :-)
Only as a last resort. IMO, the best option is to fix the code so it's
purpose and o
ogation of
non-signalling nans, the behavior of infinities, etc.
> I'm glad I don't often need floating point numbers. They can be so
> annoying!
They can be -- especially if one pretends one is working with real
numbers instead of fixed-length binary floating point numbers.
On 2011-06-01, Roy Smith wrote:
> In article
> Carl Banks wrote:
>
>> pretty much everyone uses IEEE format
>
> Is there *any* hardware in use today which supports floating point using
> a format other than IEEE?
Well, there are probably still some VAXes around in o
t would violate the IEEE standard. IEEE-754 has it's warts, but
we're far better off than we were with dozens of incompatible,
undocumented, vendor-specific schemes (most of which had more warts
than IEEE-754).
--
Grant Edwards grant.b.edwardsYow! I'm dressing
of rules, but it's almost
universally considered bad style and you will lose points with your
teacher, editor, etc.
On the inter-tubes generally indicates you're shouting, or just a
kook. I guess if either of those is true, then it's good style.
--
Gr
On 2017-09-05, Andrej Viktorovich wrote:
> Hello,
>
> I suppose I can run python module by passing module as param for executable:
>
> python.exe myscr.py
>
> But how to run script when I'm inside of console and have python prompt:
>
>>>>
os.system(
recent GCC on a 32-bit CPU, it generated pretty much the same
code either way...
--
Grant Edwards grant.b.edwardsYow! Someone in DAYTON,
at Ohio is selling USED
gmail.comCARPETS to a
ecorded with 'O'
> despite going first, which is contrary to the conventions of the
> game.
I assumed that was a regional thing.
--
Grant Edwards grant.b.edwardsYow! You mean you don't
at want to watch WRESTLI
and written a
'bytes' class for Python2 that would be compatible with Python3.
--
Grant Edwards grant.b.edwardsYow! Uh-oh!! I forgot
at to submit to COMPULSORY
gmail.comURINALYSIS!
--
https://mail.python.org/mailman/listinfo/python-list
've
never heard anybody try to pronounce TCL/Tk.
--
Grant Edwards grant.b.edwardsYow! Now we can become
at alcoholics!
gmail.com
--
https://mail.python.org/mailman/listinfo/python-list
"credits" or "license" for more information.
>>> i=1
>>> i=+
File "", line 1
i=+
^
SyntaxError: invalid syntax
>>>
--
Grant Edwards grant.b.edwardsYow! It's NO USE ... I've
at gone to "CLUB MED"!!
gmail.com
--
https://mail.python.org/mailman/listinfo/python-list
3. No matter how hard you try, Tkinter apps always look a bit
foreign. I've just given up trying to them to look like native
apps: it doesn't work, and it annoys the mule.
[1] After wasting several days fighting with TCL's quoting sematics, I
gave up and wrot
On 2017-09-13, Ben Finney wrote:
> The toolkit in question is named “tk”, which I have only ever known to
> be pronounced “tee kay”.
>
> The rest of the word is an abbreviation of “interface”.
>
> So, to me “Tkinter” is pronounced “tee kay inter”.
Same here. Though I've probably said it aloud l
k in my undergrad days we used AHPL and
implemented something like a simplified PDP-11 ISA.]
Alternatively, you should design an instruction set and implement it
using microcode and AM2900 bit-slice processors.
--
Grant Edwards grant.b.edwardsYow! Could I
just adding to the cost.
When I was a kid, making change like that was something we were all
taught in school. I have a feeling that's been dropped from most
curricula.
--
Grant Edwards grant.b.edwardsYow! MMM-MM!! So THIS is
at
et the lowest price that way. (But you also
get the lowest price applying them in any other order.)
A simple experiment would show that it doesn't matter, but none of the
ever thought to try it.
--
Grant Edwards grant.b.edwardsYow! Send your questions to
, SPARC) it's fine (in some wasy
simpler and easier than on many 8-bit processors). On x86_64 it's a
mess -- just like it was a mess on x86 (and to a large extent on
8086).
--
Grant Edwards grant.b.edwardsYow! So this is what it
On 2017-09-20, Gregory Ewing wrote:
> Grant Edwards wrote:
>> Alternatively, you should design an instruction set and implement it
>> using microcode and AM2900 bit-slice processors.
>
> AMD2900? That's cheating! You should design and build your
> own logic gates.
Now I am supposed to add /what/ to the cost?
>>Start at the smallest end. You need to make 21 cents up to 25. So hand
>>back four pennies.
>
> Yes, but to know this ("four") I have to do a /subtraction/:
>
> 25 - 21 = 4.
No, you don't. You start at &qu
; y1 = map(math.sin, math.pi*t)
> plt.plot(t,y1)
>
> However, at this point, I get a TypeError that says
>
> object of type 'map' has no len()
you probably need to convert y1 from a 'map' object (a type of an
iterator) to an array.
y1 = map(ma
to be used in all threas
arguing about what to call the Python argument passing scheme? That
way the other 99% of us could pre-emptively plonk it?
--
Grant Edwards grant.b.edwardsYow! My BIOLOGICAL ALARM
On 2017-09-26, alister via Python-list wrote:
> On Tue, 26 Sep 2017 14:16:47 +0000, Grant Edwards wrote:
>
>> On 2017-09-26, Ned Batchelder wrote:
>>> On 9/25/17 10:20 PM, Steve D'Aprano wrote:
>>>> On Tue, 26 Sep 2017 02:54 am, Ned Batchelder wrote:
&g
thon for twenty years, and I don't think I have
> ever once read from a file using a while loop.
You're right, that construct isn't used for reading from files in
Python. It _is_ commonly used for reading from things like sockets:
mysock.connect(...)
while
On 2017-10-05, bartc wrote:
> Note that Unix way isn't the ONLY way of doing things.
Of course not, but it is the CORRECT way of doing things.
:)
--
Grant Edwards grant.b.edwardsYow! Am I in GRADUATE
at SC
On 2017-10-06, Thomas Jollans wrote:
> Seriously? sys.stdin can be None? That's terrifying.
Why?
Unix daemons usually run with no stdin, stderr, or stdout.
And yes, people do write Unix daemons in Python.
--
Grant Edwards grant.b.edwardsYow! VICARIOUSLY ex
On 2017-10-06, Chris Angelico wrote:
> On Sat, Oct 7, 2017 at 4:05 AM, Grant Edwards
> wrote:
>> On 2017-10-06, Thomas Jollans wrote:
>>
>>> Seriously? sys.stdin can be None? That's terrifying.
>>
>> Why?
>>
>> Unix daemons usually run wi
eal with remote systems connected via satellites
links, low-bandwidth RF modems, and whatnot. Even cellular network
connections often have high latency and low bandwidth.
--
Grant Edwards grant.b.edwardsYow! BELA LUGOSI is my
at
run a lot of GTK programs from the command line, and I would say 90%
or more of them spew a steady stream of meaningless (to the user)
diagnostic messages. That's pretty sloppy programming if you ask
me...
--
Grant Edwards grant.b.edwardsYow!
editor, and then a separate terminal (or, as
> I tend to do, *many* separate terminals) to run commands in.
Indeed, I find that to be very efficient. I'm always amazed how long
it takes people to accomplish simple tasks when they refuse to use
anything other than eclipse and a web br
On 2017-10-06, bartc wrote:
> For sort, there is no real need. You use a text editor to create
> your data. Then use existing file-based sort.
I sort streams on stdin far more often than I sort named files.
--
Grant Edwards grant.b.edwardsYow! Do you like &
On 2017-10-07, bartc wrote:
> Interactive Python requires quit() or exit(), complete with parentheses.
Nonsense. On Unix you can just press ctrl-D (or whatever you have
configured as eof) at the command prompt. On windows, it's Ctrl-Z
.
> Unless you've redefined quit and exit as something else
On 2017-10-07, Steve D'Aprano wrote:
> They're probably to busy re-doing working programs from scratch every
> few versions, with a brand new "improved" UI (almost invariably
> including a kool new design that uses light grey text on an ever so
> slightly lighter grey background)
Yes! That!
>
On 2017-10-07, Steve D'Aprano wrote:
> sort *could* detect when it is reading from stdin interactively and give an
> introductory message.
There are some command-line utilities that try to do that: they modify
their behavior when they think that stdin or stdout is connected to a
"terminal" inste
syslog.syslog("%s: %s\n" % (sys.argv[0], traceback.format_exc()))
sys.exit(1)
If it's a GUI program, then popping up an error dialog instead of
sending it to syslog might make more sense -- if you can be reasonably
sure that the GUI framework is still oper
On 2017-10-08, eryk sun wrote:
> On Sun, Oct 8, 2017 at 10:12 AM, Steve D'Aprano
> wrote:
>> On Sun, 8 Oct 2017 02:06 am, bartc wrote:
>>
>>> Especially on
>>> Windows where the usual Ctrl C doesn't work, so you resort to Ctrl-Break
>>> will which actually abort it. Ctrl Z is uncommon.
>>
>> Thous
On 2017-10-09, Gregory Ewing wrote:
> Grant Edwards wrote:
>> Which took it from RSX-11. Or probably more specifically from
>> FILES-11. I woldn't be surprised if the enineers at DEC got it from
>> somewhere else before that.
>
> Quite possibly it goes back to
t sub-gigabit network speeds. The toolkit designers have botched
things up so that even the most trivial operation requires hundreds of
round-trips between server and client.
--
Grant Edwards grant.b.edwardsYow! Did YOU find a
at
On 2017-10-09, Marko Rauhamaa wrote:
> Grant Edwards :
>
>> On 2017-10-09, alister via Python-list wrote:
>>
>>> or if you want the luxury of a GUI editor simply ssh to the remote
>>> machine & run the editor there (using X forwarding to route the
>>
+--+
> | Wayland |
> | compositor |
> +-+
>
>
> Which will get rid of the network transparency altogether.
For all practial purposes, X11 network transparancy has been gone for
years: it only works for apps that nobody cares about. I still u
p='' each time?
Yep.
Just define a new function with a new name:
def myprint(*args, **kw):
print(*args, sep='', **kw)
Redefining builtins is just going get you sworn at down the road a
bit. If not by yourself, then by somebody else...
--
Grant Edwards
On 2017-10-11, Bill wrote:
> [...] I'm not here to "cast stones", I like Python. I just think
> that you shouldn't cast stones at C/C++.
Not while PHP exists. There aren't enough stones in the world...
--
Grant Edwards grant.b.edwards
sually not as bad as the
> example), crop up often enough to be a nuisance.
The easiest way to make stuff like that readable is to unroll them
into a sequence of typedefs. But, a lot of people never really
learn how to do that...
--
Grant Edwards
On 2017-10-11, Bill wrote:
> Grant Edwards wrote:
>> On 2017-10-11, Bill wrote:
>>
>>
>>> [...] I'm not here to "cast stones", I like Python. I just think
>>> that you shouldn't cast stones at C/C++.
>> Not while PHP exists. Th
world...
>>>>
>>> PHP seems (seemed?) popular for laying out web pages. Are their vastly
>>> superior options?
>> Python? Superior syntax for sure
>
> I believe that. What accounts for the popularity of PHP then?
I ask myself that ev
On 2017-10-11, Chris Angelico wrote:
> But since it's the lowest-end sites that have traditionally driven
> that demand for PHP, there's a general tendency for low-grade
> programmers to gravitate to it, so there's a lot of really REALLY bad
> code out there.
And there are a lot of people provid
On 2017-10-11, Gregory Ewing wrote:
> Neil Cerutti wrote:
>> I dig
>> const qualifiers, even though I'm comletely fine with their
>> absence from Python.
>
> Out of curiosity, do you have any insights into why you
> like them in C++, if you don't miss them in Python?
I like them in C because it a
On 2017-10-12, Steve D'Aprano wrote:
> I don't think anyone should expect that platform specific details like the
> size of a char should be precisely the same between C and C++.
I don't knwo about that.
> Even two
> different C compilers could return different values.
Nope. If sizeof char is
st with strings in C with amateurish libraries is a headache
because _some_people_ will write their declarations so as to require
pointers to mutable strings even when they have no intention of
mutating them. Those people should be hunted down and slapped with a
herring until they understand the er
g through their teeth.
That's indeed a problem. Personally, I would just use two prototypes:
char *strcstr(const char *s, char *s);
const char *cstrstr(const char *s, const char *s);
Whether you want to invoke some linker-script magic to make them refer
t
On 2017-10-12, Steve D'Aprano wrote:
> On Thu, 12 Oct 2017 04:41 pm, Grant Edwards wrote:
>
>
>>> Even two
>>> different C compilers could return different values.
>>
>> Nope. If sizeof char is not 1, then it's not C.
>
> Today I Learned.
Windows have had to convert all of our applicatoins
which used to use raw packets to use UDP instead. I'm told that
recent windows versions have made raw packet access from userspace
(even by admin apps) virtually impossible.
--
Grant Edwards grant.b.edwardsYow! Hello?
On 2017-10-12, Marko Rauhamaa wrote:
> Grant Edwards :
>
>> Using const with strings in C with amateurish libraries is a headache
>> because _some_people_ will write their declarations so as to require
>> pointers to mutable strings even when they have no intention of
On 2017-10-12, Rhodri James wrote:
> On 12/10/17 16:06, Grant Edwards wrote:
>> On 2017-10-12, Steve D'Aprano wrote:
>>> On Thu, 12 Oct 2017 04:41 pm, Grant Edwards wrote:
>>>
>>>>> Even two different C compilers could return different values.
>
On 2017-10-12, Steve D'Aprano wrote:
> On Fri, 13 Oct 2017 02:06 am, Grant Edwards wrote:
>
>> It sure was an education the first I wrote C code for
>> a machine where
>>
>> 1 == sizeof char == sizeof int == sizeof long == sizeof float == sizeof
>> double
On 2017-10-13, Stefan Ram wrote:
> Grant Edwards writes: There is no such
>>thing as a "byte" in C.
>
> »3.6
>
> 1 byte
>
> addressable unit of data storage large enough to hold
> any member of the basic character set of the exec
e a difference, and everyone's
> acknowledged this - PHP built up some inertia - but there's now no
> real reason for it other than "it's popular, therefore people use it".
Well, it's said that suffering builds character...
What they don&
On 2017-10-14, Gregory Ewing wrote:
>
>> I doubt that either process is in widespread usage any longer as
>> most manufacturers no incorporate a way to update the firmware of a
>> device
>
> Magnetic core technology died out long before that, due to
> inability to build machines that simulated arm
gmane, I don't bother with it.
--
Grant Edwards grant.b.edwardsYow! Were these parsnips
at CORRECTLY MARINATED in
gmail.comTACO SAUCE?
--
https://mail.python.org/mailman/listinfo/python-list
On 2017-10-16, Paul Moore wrote:
> On 16 October 2017 at 15:41, Grant Edwards wrote:
>> On 2017-10-16, Terry Reedy wrote:
>>> On 10/15/2017 10:50 PM, Andrew Z wrote:
>>>> Gents,
>>>> how do i get this group in a newsreader?
>>>
>>>
ften far easier and faster to also include a main() for deveopment
and testing of the functions provided to the GUI.
--
Grant Edwards grant.b.edwardsYow! ONE LIFE TO LIVE for
at ALL MY CHILDREN in
from run to run (it may be the same "place" in the
>
> Since the process virtual memory space should be the same on each run
Not with modern OS kernels:
https://en.wikipedia.org/wiki/Address_space_layout_randomization
--
Grant Edwards
tion is
>> identical to those or the original string, so it can share them.
>
> That explains why b is larger than a to begin with
No, that size difference is due to the additional bytes required for
the internal representation of the string.
> but it doesn't explain why float(b)
can have accidental
coupling. With multiprocessing, code you have to explicitly work to
create coupling.
That said, I do a lot of threading coding (in both Python and C), and
have never found it particularly tricky.
It does require that you understand what you're doing and probably
doesn&
On 2017-11-06, John Pote wrote:
> I have successfully used Python to perform unit and integration tests in
> the past and I'd like to do the same for some C modules I'm working with
> at work. There seem to be a number of ways of doing this but being busy
> at work and home I looking for the a
fset = ctypes.sizeof(ctypes.c_size_t) +
>ctypes.sizeof(ctypes.c_voidp)
>|>>> ob_ival = ctypes.c_int.from_address(id(value)+ob_ival_offset)
>|>>> ob_ival.value = 3
>|>>>
>|>>> print 2
>|3
I vaguely remember being able to do that in some implementa
gt; guarantees are out the window.
In FORTRAN, the only language gurantees were
1) When running your program, you'd almost, but not always, get all
of your cards back.
2) The probability (P) of finding an available IBM 29 cardpunch was
approximately D**2 where D is how many day's
On 2017-11-09, r161...@rguktrkv.ac.in wrote:
> How can I covert numbers into word like ex:-123 One hundred twenty three?
That's one of the classic freshman intro-to-programming homework
problems. I remember having to write a Pascal program to do that back
in the 70's...
--
uot;credits" or "license" for more information.
>>> x = [[] for i in 1,2,3,4]
>>> x
[[], [], [], []]
>>> y = [[]] * 4
>>> y
[[], [], [], []]
>>> x[0].append(1)
>>> y[0].append(1)
>>> x
[[1], [
At least the phase delay through the feedback loop appears to be many
hours. That should postpone disaster for a few days...
--
Grant Edwards grant.b.edwardsYow! I'm sitting on my
at SPEED QUEEN ...
ttps://www.python.org/downloads/
>
> This is LMGIFY.
> If they say they are tech students - they should know how to work with Google.
Yea, I've always been baffled by requests like that.
How is somebody able figure out how to post a question to the mailin
so has the ability to store a file type as
>> metadata, but it doesn't seem to be used much.
>
> They are still supported (-ish) by OS X, but have been superseded by Uniform
> Type Identifiers.
Where are the UTIs stored? Do OS X filesystems still have a "resource
f
o used it on project I ended up
working on...
--
Grant Edwards grant.b.edwardsYow! My Aunt MAUREEN was a
at military advisor to IKE &
gmail.comTINA TURNER!!
--
https://mail.python.org/mailman/listinfo/python-list
On 2018-01-05, Kim of K. wrote:
> In other words: most sites like SF and github offer tons of crap.
> download and break is the overwhelming theme here.
>
> why is no one complaining ?
Because complaining doesn't have any effect? If you care, shut up and
fix something.
f Python can mitigate hardware-specific
> timing attacks.
For CPython, probably not. Anything that Cpython tried to do could be
trivially defeated by using something like ctypes to make calls to
arbitrary machine code that was written to a file.
--
Grant Edwards grant.b.edwards
something like Google's "retpoline" should help:
https://support.google.com/faqs/answer/7625886
Though I think I understand what the retpoline _is_, I don't really
understand enough about the Spectre vulnerability say much else.
--
Grant Edwards grant.b.edwards
ternatively, a pointer to a simpler smtp server library that
supports SSL would be great. The use of asyncore and multiprocessing
process pools by this module is _way_ overkill for my needs and
results in something that 1) doesn't work, and 2) can't be debugged.
--
Grant Edwards
301 - 400 of 4299 matches
Mail list logo