Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vqd3mb$35294$2@dont-email.me>
Deutsch   English   Français   Italiano  
<vqd3mb$35294$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.lang.c
Subject: Re: Python recompile
Date: Thu, 6 Mar 2025 21:22:19 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 6
Message-ID: <vqd3mb$35294$2@dont-email.me>
References: <vq1qas$j22$1@gallifrey.nk.ca> <vq1uvb$qbuq$1@dont-email.me>
	<vq22nc$rvb8$1@dont-email.me> <vq24kd$rg6i$1@dont-email.me>
	<vq3oag$18iv6$1@dont-email.me> <vq4hf2$1brf7$1@dont-email.me>
	<vq4l3d$1ck9e$1@dont-email.me> <vq4m0u$1ctpn$1@dont-email.me>
	<vq4n05$1d5dv$1@dont-email.me> <vq4om7$1dbo2$2@dont-email.me>
	<vq6dqh$1pskk$1@dont-email.me> <vq6f8p$1pmnk$1@dont-email.me>
	<vq6gqc$1qcp8$1@dont-email.me> <vq6ips$1pmnk$2@dont-email.me>
	<vq6j5h$1qosf$1@dont-email.me> <20250304092827.708@kylheku.com>
	<vq7g1p$1vmg5$1@dont-email.me> <vq8544$23f55$4@dont-email.me>
	<vq88s7$242vk$1@dont-email.me> <vq8cdq$24hi9$2@dont-email.me>
	<vq9di0$2db82$1@dont-email.me> <vq9m4p$2eqra$1@dont-email.me>
	<vqaqof$2lg6a$4@dont-email.me> <vqbn4r$2tdu2$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 06 Mar 2025 22:22:20 +0100 (CET)
Injection-Info: dont-email.me; posting-host="5fed1e3e41d7a92fa0a0e33e61fef7d8";
	logging-data="3311908"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX183iCJ8eErD07uuYRIeI/lG"
User-Agent: Pan/0.162 (Pokrosvk)
Cancel-Lock: sha1:IvUj2/O1qh9jkMUuyi1SSjDawkY=
Bytes: 1876

On Thu, 6 Mar 2025 08:42:03 -0000 (UTC), Muttley wrote:

> Compilation and runtime are the same thing in Python arn't they?

No, the code is actually compiled to bytecode, like Java and Perl do, and 
UCSD Pascal did before all of them.